- Restrooms
- Wireless internet connection
- Pre-workshop survey https://forms.gle/wjKkYmZR1xHeYUot9
- Please accept the invitation from RStudio Cloud and create an account if you have not
- Open group note-taking http://bit.ly/notesRChem
- Link to slides
8/24/2019
Hosted by ACS-CINF
Sponsored by ACS Publications
| Hot pinky note means stop | Blue note means go |
|---|---|
https://doi.org/10.17226/25303 .
All the components below are required to reproduce the research publication
| The practice of distributing | |
|---|---|
| All data | |
| Software source codes or scripts for analysis | |
| Tools (and the computing environment needed) |
| Open Tools | What is it? |
|---|---|
| Programming language and the software that interprets the scripts | |
| Integrated Development Environment (IDE) Popular way to write R scripts and interact with the R software | |
| A managed cloud instance of RStudio. Good for teaching and learning |
This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.
summary(cars)
## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.:19.0 3rd Qu.: 56.00 ## Max. :25.0 Max. :120.00